Version

XamEventTrigger<T> Class Properties

For a list of all members of this type, see XamEventTrigger<T> members.

Public Properties
 NameDescription
Public PropertyActionsGets the collection of XamTriggerAction objects that will be executed when the event of XamEventTriggerBase.AssociatedObject instance, specified by XamEventTriggerBase.EventName is fired. (Inherited from Infragistics.Controls.Grids.XamEventTriggerBase)
Public PropertyAssociatedObjectGets the instance of the object on which this XamEventTrigger<T> is associated to.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEventNameGets or sets the name of event that this XamEventTriggerBase is responsible for. (Inherited from Infragistics.Controls.Grids.XamEventTriggerBase)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Protected Properties
 NameDescription
Protected PropertyAssociatedObjectBaseGets the instance of the object associated with this XamEventTriggerBase object. (Inherited from Infragistics.Controls.Grids.XamEventTriggerBase)
See Also